home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
Apps
/
AudioApps
/
Resound
/
ChangeFrequencyNoTimeModule.h
< prev
next >
Wrap
Text File
|
1992-12-20
|
245b
|
18 lines
/* A Desperate attempt at Frequency changing without time change. A module. */
#import "Module.h"
@interface ChangeFrequencyNoTimeModule:Module
{
}
- Double:sender;
- Halve:sender;
/* Implemented Internally */
- Double16;
- Double8;
@end